home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Narzedzia systemowe / WinRescue / WinRescue 2000 2.08.25 / wnrsq2kz.exe / Rescue2K.exe / 0 / RCDATA / TFORM6 / TFORM6.txt
Text File  |  2004-07-30  |  2KB  |  73 lines

  1. object Form6: TForm6
  2.   Left = 187
  3.   Top = 176
  4.   BorderStyle = bsDialog
  5.   Caption = 'WARNING'
  6.   ClientHeight = 184
  7.   ClientWidth = 363
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   OnActivate = Form6Activate
  17.   OnResize = Form6Activate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Button1: TButton
  21.     Left = 95
  22.     Top = 153
  23.     Width = 80
  24.     Height = 23
  25.     Caption = '&No'
  26.     Font.Charset = DEFAULT_CHARSET
  27.     Font.Color = clWindowText
  28.     Font.Height = -11
  29.     Font.Name = 'MS Sans Serif'
  30.     Font.Style = []
  31.     ModalResult = 7
  32.     ParentFont = False
  33.     TabOrder = 0
  34.   end
  35.   object Button2: TButton
  36.     Left = 187
  37.     Top = 153
  38.     Width = 80
  39.     Height = 23
  40.     Caption = '&Yes'
  41.     Default = True
  42.     Font.Charset = DEFAULT_CHARSET
  43.     Font.Color = clWindowText
  44.     Font.Height = -11
  45.     Font.Name = 'MS Sans Serif'
  46.     Font.Style = []
  47.     ModalResult = 6
  48.     ParentFont = False
  49.     TabOrder = 1
  50.   end
  51.   object ListBox1: TListBox
  52.     Left = 15
  53.     Top = 12
  54.     Width = 338
  55.     Height = 117
  56.     Cursor = crArrow
  57.     TabStop = False
  58.     Style = lbOwnerDrawVariable
  59.     BorderStyle = bsNone
  60.     Color = clBtnFace
  61.     Font.Charset = DEFAULT_CHARSET
  62.     Font.Color = clWindowText
  63.     Font.Height = -11
  64.     Font.Name = 'MS Sans Serif'
  65.     Font.Style = []
  66.     IntegralHeight = True
  67.     ItemHeight = 13
  68.     ParentFont = False
  69.     TabOrder = 2
  70.     OnMeasureItem = ListBox1MeasureItem
  71.   end
  72. end
  73.